Correct translation of Mac JIS Eisu & Kana keys
authorgsittyz <gsittyz@gmail.com>
Sat, 24 Jul 2021 06:39:10 +0000 (15:39 +0900)
committergsittyz <gsittyz@gmail.com>
Sat, 24 Jul 2021 11:59:18 +0000 (20:59 +0900)
commitbd7b8e87c12cb0fee8a5ccf073e116063e4019ba
tree6796e19d3a44e8a3b501b04682b981ac28913fd4
parent8d5ef4ab30e9ecb8b897711e3a2ca67428abea0c
Correct translation of Mac JIS Eisu & Kana keys

Since UCKeyTranslate() converts these keys to Space key unexpectedly,
applications can't distinguish these keys by keysyms.
To solve it, this fix translates these keys by the same way with
function keys & keypad keys.
This patch is equivalent to the patch proposed in:
https://bugzilla.gnome.org/show_bug.cgi?id=702841

Closes #4117
gdk/macos/gdkmacoskeymap.c